Skip to content

Add cross-contract communication contract#281

Merged
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
Trovic1:issue-260-cross-contract-communication
Jun 29, 2026
Merged

Add cross-contract communication contract#281
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
Trovic1:issue-260-cross-contract-communication

Conversation

@Trovic1

@Trovic1 Trovic1 commented Jun 28, 2026

Copy link
Copy Markdown
Contributor
  • Added contracts/cross_contract/src/lib.rs:1 with a new Soroban cross-contract messaging contract: message queue, route registry, optional
    callbacks, rate limiting, audit trail, and atomic/non-atomic delivery modes.
  • Added contracts/cross_contract/src/test.rs:1 with coverage for routing, callback execution, callback override, queue behavior, rate limiting,
    error propagation, and atomic rollback expectations.
  • Registered the crate in Cargo.toml:3 and added contracts/cross_contract/Cargo.toml:1.

closes #260

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Trovic1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Mkalbani Mkalbani merged commit 08a16fc into MindFlowInteractive:main Jun 29, 2026
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 29, 2026
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cross-Contract Communication Contract

2 participants